--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 98dacf5bfffa785fe5725e2ba661dab328b1c43c
Parents : 58751bb
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-03-16T22:52:41+01:00
Updated makefile
Changes
Diff
diff --git a/sbapp/Makefile b/sbapp/Makefile
index 025cd602..f927d015 100644
--- a/sbapp/Makefile
+++ b/sbapp/Makefile
@@ -56,8 +56,8 @@ else
endif
fetchshare:
- rm ./share/pkg/*
- rm ./share/mirrors/* -r
+ -(rm ./share/pkg/*)
+ -(rm ./share/mirrors/* -r)
cp ../../dist_archive/rns-*-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/rnspure-*-py3-none-any.whl ./share/pkg/
cp ../../dist_archive/lxmf-*-py3-none-any.whl ./share/pkg/
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────